Open the Portico Developer Guide site
Pos Gateway Schema
PosManageUsersReqType Complex Type
Pos Gateway Schema : PosManageUsersReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
UserActions Element MerchNbr Element All PosManageUsersReqType Complex Type
Overview
All
MerchNbr merchNbrType Simple Type

The merchant number the users belong to

UserActions

The operations that can be performed on the merchant's users

Choice
Used By
ManageUsers Element
Source
<xs:complexType name="PosManageUsersReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="MerchNbr" type="merchNbrType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The merchant number the users belong to</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UserActions">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The operations that can be performed on the merchant's users</p>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:choice>
          <xs:element name="Query">
            <xs:complexType />
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
Pos Gateway Schema